home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 9
/
FM Towns Free Software Collection 9.iso
/
taropyon
/
cci
/
midisnd.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-11-16
|
206 b
|
15 lines
char data[16] =
{
0xF0,0x41,0x10,0x42,0x12, 0x40,0x00,0x7F,0x00, 0x41,0xF7
};
int main()
{
printf("\n***** MIDI send test *****\n\n");
MID_init();
MID_send(0,11,data);
MID_term();
}